From 752b225e49cc7161defeea72de5a3de718c30e97 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Fri, 13 May 2016 19:55:07 -0400 Subject: [PATCH] =?utf8?q?Use=20=E2=80=94=20instead=20of=20--?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/doc/specifying-dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/specifying-dependencies.md b/src/doc/specifying-dependencies.md index cc567a608..c6dd3cffd 100644 --- a/src/doc/specifying-dependencies.md +++ b/src/doc/specifying-dependencies.md @@ -2,7 +2,7 @@ Your crates can depend on other libraries from [crates.io], `git` repositories, or subdirectories on your local file system. You can also temporarily override the -location of a dependency-- for example, to be able to test out a bug fix in the +location of a dependency— for example, to be able to test out a bug fix in the dependency that you are working on locally. You can have different dependencies for different platforms, and dependencies that are only used during development. Let's take a look at how to do each of these. -- 2.30.2